home *** CD-ROM | disk | FTP | other *** search
- tropa1.soldados = new Array();
- tropa1.setFundos(_root.fundo_inicial);
- tropa1.setCenario(0);
- tropa1.setEstrategia(0);
- tropa1.cod = 0;
- _root.edFundos = tropa1.getFundos();
- if(tropa1.getEstrategia() == 1)
- {
- est_defender.gotoAndStop(2);
- }
- else if(tropa1.getEstrategia() == 3)
- {
- est_recuar.gotoAndStop(2);
- }
- else
- {
- est_atacar.gotoAndStop(2);
- }
-